home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / conv / iffconvert.lha / IFFConvert / src / iffconvert.h < prev    next >
C/C++ Source or Header  |  1993-04-20  |  341b  |  14 lines

  1. void quit(char *);
  2. char *getfile(unsigned char *,struct Screen *);
  3. int InitRequest(void);
  4. void FreeRequest(void);
  5. char *FileRequest(struct Window *,short);
  6.  
  7. void OpenDefaultScreen(void);
  8. void DisplayError(char *err);
  9. void OpenDefaultScreen(void);
  10. void LoadScreen(FILE *fp);
  11. void SetWait(struct Window *w);
  12. void ClearWait(struct Window *w);
  13.  
  14.